home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TMASSMAILER
/
TMASSMAILER.txt
Wrap
Text File
|
2004-10-12
|
2KB
|
106 lines
object MassMailer: TMassMailer
Left = 276
Top = 205
HelpContext = 14508
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create Mass Mailing'
ClientHeight = 259
ClientWidth = 341
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 100
Height = 13
Caption = 'Use &Quick Template:'
end
object Label2: TLabel
Left = 16
Top = 72
Width = 75
Height = 13
Caption = '&Active account:'
end
object rAction: TRadioGroup
Left = 16
Top = 120
Width = 305
Height = 89
Caption = 'Action'
ItemIndex = 0
Items.Strings = (
'&Put in Outbox'
'Open in &Editor'
'Save as &Draft')
TabOrder = 2
end
object bOK: TButton
Left = 64
Top = 224
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object bCancel: TButton
Left = 152
Top = 224
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object bEdit: TButton
Left = 224
Top = 38
Width = 91
Height = 25
Caption = '&Edit...'
TabOrder = 1
OnClick = bEditClick
end
object eTemplate: TComboBox
Left = 16
Top = 40
Width = 193
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object eUser: TComboBox
Left = 16
Top = 88
Width = 193
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 5
OnChange = eUserChange
end
object bHelp: TButton
Left = 240
Top = 224
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 6
OnClick = bHelpClick
end
end